home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / cbm / 3258 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: mail2news.demon.co.uk!gate.demon.co.uk
  2. From: Jason <tmr@cosine.demon.co.uk>
  3. Newsgroups: comp.sys.cbm
  4. Subject: Re: Intro-Stripping
  5. Date: Sat, 2 Mar 96 12:34:50 GMT
  6. Organization: Cosine Systems
  7. Message-ID: <9603021234.AA000pg@cosine.demon.co.uk>
  8. References: <4h8k6a$mjq@news.xmission.com> <4h8t3r$bua@newsbf02.news.aol.com>
  9. X-NNTP-Posting-Host: gate.demon.co.uk
  10. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  11. X-Mail2News-Path: relay-1.mail.demon.net!gate.demon.co.uk
  12.  
  13. IBRanhdohm (ibranhdohm@aol.com) wrote:
  14.  
  15. : I wondered that myself. One quick way is to Snapshot them, right where you
  16. : want them to start up each time, and store them to a second disk that way.
  17.  
  18. You could do it this way, but remember that a snapshotted file will probably
  19. end up *bigger* than the original.  The only real way to remove an intro is
  20. to be able to hack it off.  Try this, it sometimes works...
  21.  
  22. 1) Load the file (note down the end address for later).
  23. 2) RUN it and crank up your cartridge when the intro is up.
  24. 3) Hunt through for the beginning of the packed file (in many cases it'll
  25.    have a packer startline like 2049 (Zipper) or 2066 (Time V5, 1001 Card
  26.    and TARDIS) and will be on a page boundary (either $2000 or $4000 for
  27.    example) or one byte after (eg $4001) it depends on the coder.
  28. 4) Use a monitor to shift from the start point you just found to the end
  29.    of the original file you noted earlier down to $0801.
  30. 5) (its calculator time!) take the original end address, subtract the
  31.    start point you found in step three and add $0801 and thats the new
  32.    end of the file.  Save it $0801-$xxxx where xxxx is the new end.
  33.  
  34. This is *not* guaranteed to work, but has come in very useful to me for
  35. removing "dead" intros (ones that were corrupted in transit) in the past.
  36.  
  37. Jason  =-)
  38.